'Declaration
<NotNullAttribute()> Public Property AttributeDataPayload As UAAttributeDataPayload(Of TValue)
'Usage
Dim instance As UADataChangeNotificationPayload(Of TValue) Dim value As UAAttributeDataPayload(Of TValue) instance.AttributeDataPayload = value value = instance.AttributeDataPayload
[NotNull()] public UAAttributeDataPayload<TValue> AttributeDataPayload {get; set;}
[NotNull()] public: property UAAttributeDataPayload<TValue^>^ AttributeDataPayload { UAAttributeDataPayload<TValue^>^ get(); void set ( UAAttributeDataPayload<TValue^>^ value); }
Property Value
The value of this property cannot be null
(Nothing
in Visual Basic).